runtime.mheap.specialprofilealloc (field)
4 uses
runtime (current package)
mheap.go#L212: specialprofilealloc fixalloc // allocator for specialprofile*
mheap.go#L704: h.specialprofilealloc.init(unsafe.Sizeof(specialprofile{}), nil, nil, &memstats.other_sys)
mheap.go#L1871: s := (*specialprofile)(mheap_.specialprofilealloc.alloc())
mheap.go#L1930: mheap_.specialprofilealloc.free(unsafe.Pointer(sp))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)